Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Movie Importing Flags

The flags parameter for the ConvertFileToMovieFile and PasteHandleIntoMovie functions specifiy a set of movie conversion flags. QuickTime 1.6.1 provided one additional flag:

enum {
    showUserSettingsDialog  = 2
};

Flag description

showUserSettingsDialog
If this flag is set, the user settings dialog box for that import operation can be displayed. For example, when importing a picture, this flag would display the standard compression dialog box so that the user could select a compression method.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |